Opc.Ua.Core
StringTable Constructor(IEnumerable<String>)



Opc.Ua Namespace > StringTable Class > StringTable Constructor : StringTable Constructor(IEnumerable<String>)
Copies a list of strings.
Syntax
'Declaration
 
Public Function New( _
   ByVal strings As IEnumerable(Of String) _
)
'Usage
 
Dim strings As IEnumerable(Of String)
 
Dim instance As New StringTable(strings)
public StringTable( 
   IEnumerable<string> strings
)
public:
StringTable( 
   IEnumerable<String^>^ strings
)

Parameters

strings
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StringTable Class
StringTable Members
Overload List